home *** CD-ROM | disk | FTP | other *** search
- object NagDlg: TNagDlg
- Left = 226
- Top = 171
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Unregistered version'
- ClientHeight = 310
- ClientWidth = 415
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object RzProgressBar1: TRzProgressBar
- Left = 8
- Top = 234
- Width = 399
- BackColor = clBtnFace
- BarStyle = bsLED
- BorderInner = fsStatus
- BorderOuter = fsNone
- BorderWidth = 1
- InteriorOffset = 2
- PartsComplete = 0
- Percent = 100
- ShowPercent = False
- TotalParts = 20
- end
- object Panel2: TPanel
- Left = 0
- Top = 268
- Width = 415
- Height = 42
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object AgreeButton: TRzButton
- Left = 6
- Top = 9
- Default = True
- ModalResult = 1
- Caption = 'Agree'
- Enabled = False
- HotTrack = True
- TabOrder = 0
- end
- object EnterRegcodeButton: TRzButton
- Left = 87
- Top = 9
- Width = 107
- Caption = 'Enter Regcode...'
- HotTrack = True
- TabOrder = 1
- OnClick = RegisterButtonClick
- end
- object DisagreeButton: TRzButton
- Left = 201
- Top = 9
- ModalResult = 3
- Caption = 'Disagree'
- HotTrack = True
- TabOrder = 2
- end
- object OrderOnlineButton: TRzButton
- Left = 300
- Top = 9
- Width = 107
- Caption = 'Order Online...'
- HotTrack = True
- TabOrder = 3
- OnClick = OrderButtonClick
- end
- end
- object Memo1: TMemo
- Left = 7
- Top = 5
- Width = 400
- Height = 222
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object Timer1: TTimer
- Interval = 500
- OnTimer = Timer1Timer
- Left = 18
- Top = 12
- end
- end
-